"192.168.0.1:sipop" Previous topic Chapter index Next topic

PARAMETROS

 

 

Descriptions

PARAMETROS GENERALES DE CONFIGURACION DEL SISTEMA

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

ID_PARAMETROS

 

INTEGER

 

Identificador de parmetros

 

 

IVA

 

FLOAT

 

 

porcentaje de IVA a utilizar

 

 

FECHA_INI

 

DATE

 

 

Fecha de inicio del periodo

 

 

FECHA_FIN

 

DATE

 

 

Fecha de finalizacion del periodo

 

Triggers

Trigger

Type

Active

Position

Description

AI_PARAMETROS_ID_PARAMETROS

Before Insert

0

 

 

Indices

Index

Fields

Active

Unique

Order

PK_PARAMETROS

ID_PARAMETROS

Ascending

 

References

There are no references for table PARAMETROS

 

Referenced

There are no tables referenced by table PARAMETROS

 

Definition


CREATE TABLE PARAMETROS (
    ID_PARAMETROS INTEGER NOT NULL,
    IVA FLOAT,
    FECHA_INI DATE,
    FECHA_FIN DATE);

ALTER TABLE PARAMETROS ADD CONSTRAINT PK_PARAMETROS PRIMARY KEY (ID_PARAMETROS);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic